Release bulk operations CLI commands#6699
Merged
jordanverasamy merged 1 commit intomainfrom Feb 3, 2026
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3715 tests passing in 1438 suites. Report generated by 🧪jest coverage report action from 534aadc |
730219b to
316b145
Compare
jordanverasamy
commented
Jan 13, 2026
| static hidden = true | ||
| Bulk operations allow you to process large amounts of data asynchronously. Learn more about [bulk query operations](https://shopify.dev/docs/api/usage/bulk-operations/queries) and [bulk mutation operations](https://shopify.dev/docs/api/usage/bulk-operations/imports). | ||
|
|
||
| Use [\`bulk status\`](https://shopify.dev/docs/api/shopify-cli/app/app-bulk-status) to check the status of your bulk operations.` |
Contributor
Author
There was a problem hiding this comment.
(This path, and similar paths elsewhere in this PR, will be automatically generated when these commands are released!)
This comment has been minimized.
This comment has been minimized.
Contributor
|
Commented w/ a couple nits. Some other thoughts:
|
ericlee878
reviewed
Jan 13, 2026
ericlee878
reviewed
Jan 13, 2026
Contributor
Author
|
Thanks for the feedback guys <3 will adjust!! |
881f4df to
6eed2c6
Compare
nickwesselman
approved these changes
Jan 13, 2026
ericlee878
approved these changes
Jan 14, 2026
gonzaloriestra
approved these changes
Jan 19, 2026
.changeset/smart-squids-warn.md
Outdated
| '@shopify/app': minor | ||
| --- | ||
|
|
||
| Introduce `app execute` and `app bulk execute` commands to run queries and mutations |
Contributor
There was a problem hiding this comment.
Should we also mention app bulk status?
6eed2c6 to
81b7d5f
Compare
81b7d5f to
d9b8080
Compare
d9b8080 to
534aadc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Don't merge this until we're all aligned and ready to release!
WHY are these changes introduced?
We've got the
shopify app bulk executeandshopify app bulk statuscommands ready for general use!https://github.com/shop/issues-api-foundations/issues/1163
WHAT is this pull request doing?
Mark
shopify app bulk executeandshopify app bulk statusas not hidden so people can use them! 🚀How to test your changes?
Try running the commands!